@media only screen and (max-width:500px) {
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑
}
fieldset, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
body {
	font-size: 14px;
	line-height: 24px;
	background:#f7f7f8;
	color: #333;
	
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.header{
	margin: 0;
	padding: 0;
	width:100%;
    height: 66px;
	background:#f7f7f8;
	
}
.header .head{
	
	width: 95%;
	margin:0 auto;
	    position: relative;
}	
.header .head .logo{
	float:left;
	margin:17px 0;

	width: 245px;
}

.header .head .logo img{
      width:100%;
}

.header .head .nav{
	height: 100px;
	float:left;
	margin-left:53px;
	display: none;
}
.am-menu{
    display: block;
}
.am-menu-default .am-menu-nav li {
	width: auto;
	float: left;
	clear: none;
	display: inline
}
.am-menu-default .am-menu-nav a {
	padding-left: 1.5rem;
padding-right:.5rem
}

.am-menu-dropdown1 {
	position: relative
}
.am-menu-dropdown1 .am-menu-toggle {
	position: absolute;
	right: 5px;
	top: -47px;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff
}
.am-menu-dropdown1 a {
	-webkit-transition: all .4s;
	transition: all .4s;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.am-menu-dropdown1 .am-menu-nav {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1050
}
.am-menu-dropdown1 .am-menu-nav a {
padding:.8rem
}
.am-menu-dropdown1 .am-menu-nav>li {
	width: 100%
}
.am-menu-dropdown1 .am-menu-nav>li.am-parent>a {
	position: relative
}
.am-menu-dropdown1 .am-menu-nav>li.am-parent>a::before {
	content: "\f067";
	position: absolute;
	right: 1rem;
	top: 1.4rem
}
.am-menu-dropdown1 .am-menu-nav>li.am-parent.am-open>a {
	background-color: #275caa;
	border-bottom: none;
	color: #fff
}
.am-menu-dropdown1 .am-menu-nav>li.am-parent.am-open>a:before {
	content: "\f068"
}
.am-menu-dropdown1 .am-menu-nav>li.am-parent.am-open>a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 8px solid #275caa;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 0 dotted;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -4px
}
.am-menu-dropdown1 .am-menu-nav>li>a {
	border-bottom: 1px solid #275caa;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	background-color: #275caa;
	color: #fff;
	height: 49px;
	line-height: 49px;
	padding: 0;
	text-indent: 10px
}
.am-menu-dropdown1 .am-menu-sub {
	background-color: #fff
}
.am-menu-dropdown1 .am-menu-sub a {
	color: #555;
	height: 44px;
	line-height: 44px;
	text-indent: 5px;
	padding: 0
}
.am-menu-dropdown1 .am-menu-sub a:before {
	content: "\f105";
	color: #aaa;
	font-size: 16px;
	margin-right: 5px
}
.nav ul li {
	float:left;
    margin:0 18px;
    text-align: center;
    *width:90px;
    position: relative;
    display: block;
	margin-top:30px;
    height: 52px;
	line-height:52px;
}
.nav ul li a{
	color: #000000;
	font-size:16px;
}
.nav ul li:hover{
	  	border-bottom:2px solid #275caa;
}
.nav ul li:hover a {
	color: #275caa;
	
}
.nav ul li .nav_ul_b {
	background: rgba(247, 247, 247, 0.95);
	width:360px;
	
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	margin-top: 20.5px;
	
	z-index: 199;
}
.nav ul li .nav_ul_b ul li{
	width: 134px;
    float: left;
    height: 46px;
    line-height: 46px;
    padding: 0 16px;
	text-align: left;
	margin:0;
	margin-left:10px;
}
.nav ul li .nav_ul_b {filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav ul li:hover .nav_ul_b {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav ul li .nav_ul_b a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #666;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 45px;
	height: 45px;
	padding: 0;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	border-bottom: 1px dotted #eee;
	
}
.nav ul li .nav_ul_b ul li:hover {border-bottom:none;}
.nav ul li .nav_ul_b a:hover {
	color: #275caa;
	
}
.nav ul li .nav_ul_b a:before {
    content: "";
    width: 2px;
    height: 14px;
    margin-right: 15px;
    background: #275caa;
    margin-top: 16px;
    float: left;
}


.banner{
	width: 100%;	
    margin: 0 auto;
	
}

.ban {   
    width:100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
	    overflow: hidden;
}
.slideBox {
    margin: 0px auto 0px auto;
    position: relative;
    width:100%;
   
    overflow: hidden;
}
.slideBox ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px auto 0px auto;
    width:100%;
    z-index: 99;
}
.slideBox ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px auto 0px auto;
    width:100%;
}
.slideBox ul.items li img{ 
    width:100%;
}
.slideBox ul.items li p{
    float: left;
    background:#cfd0ae;
    list-style: none;
    padding: 0px;
    margin: 0px auto 0px auto;
    width:100%;
	height:50px;
	color:#000;
	
}
.slideBox .tips {
    margin: 0px auto 0px auto;
    position: absolute;
    bottom: 0px;
    width:100%;
    height: 40px;
    overflow: hidden;
    z-index: 100;
}

.slideBox .tips .title{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	height:100%;
}
.slideBox .tips .title a{
	color:#FFF; 
	font-size:18px; 
	line-height:50px; 
	margin-left:10px; 
	text-decoration:none;
}
.slideBox .tips .title a:hover{ 
	text-decoration:underline !important;
}
.slideBox .tips .nums{
	position:absolute;
    right: 30.5%;
	top:5px;
	height:0px;
	z-index: 100;
}
.slideBox .tips .nums a{
	display:inline-block;
	width: 24px;
    height: 4px;
	background: #dee1e6;
	background-size: 100% 100%;
	margin: 17px 0px 0px 7px;
	text-indent: -99999px;
	z-index: 100;
}
.slideBox .tips .nums a.active{
	background: #f39801;
	z-index: 100;
	background-size: 100% 100%;
}
.index{
	width:90%;
	margin:0 auto;
   
}
.index-frist{
	width:100%;
	margin:0 auto;
	margin-top:9px;
    height: auto;
}
.index-frist .m-slide{
    width: 580px;
    height: 367px;
    float: left;
    margin-bottom: 30px;
    display: none;
}
.index-frist .m-slide .index_banner {
    width: 100%;
}
.index-frist .m-slide .ban_hd {
    width: auto;
    float: right;
    bottom: 15px;
    right: 10px;
}

.m-slide {
    height: auto;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.m-slide .ban_hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    text-align: center;
    right: 0;
}
.m-slide .ban_hd ul {
    display: table;
    margin: 0 auto;
}
.index-frist .m-slide .ban_hd ul li {
    width: 16px;
    height: 16px;
    background: url(../images/slide-t2.png) center center no-repeat;
}
.index-frist .m-slide .ban_hd ul li.on {
    background: url(../images/slide-t1.png) center center no-repeat;
}
.m-slide .ban_hd ul li {
    width: 24px;
    height: 4px;
    float: left;
    background: #dee1e6;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
}

.m-slide .ban_bd {
    z-index: 0;
}
.m-slide .ban_bd, .m-slide .ban_bd li {
    position: relative;
}

.m-slide .ban_bd li, .m-slide .ban_bd li img {
    height: auto;
    width: 100%;
	border: 0; 
    display: block;
	
}
.m-slide .ban_bd li a, html {
    -webkit-tap-highlight-color: transparent;
}
.index-frist .m-slide .ban_bd li img {
    width: 580px;
    height: 387px;
}
.m-slide .ban_bd li p {
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0 30px;
    font-size: 16px;
    box-sizing: border-box;
	
}
.index-news {
    float: none;
    width: 95%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 0;
}

.index-public {
    border:none;
    padding: 0;
    margin-bottom: 0px;
    background: #fff;
}
.index-news .u-tab {
        width: auto;
    float: none;
    height: 45px;
    line-height: 45px;
    border: 0;
    margin: 0 14px 10px;
    border-bottom: 2px solid #e6ebf5;
}
.u-tab {
    width: 126px;
    height: auto;
    float: left;
    border: 0;
}
.u-tab {
    height: 48px;
    background: #fff;
    border: 1px solid #cad9e6;
}
.index-news .u-tab ul {
    display: block;
}

.u-tab ul {
    display: block;
}

.u-tab ul {
        
         margin: 0 auto;
    display: table;
}
.index-news .u-tab li.z-current {
    color: #275caa;
    background: 0 0;
    font-weight: 700;
    border-bottom: 2px solid #275caa;
	
}
.index-news .u-tab li {
    display: block;
    float: left;
    border-right: 0;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    font-size: 14px;
    padding: 0 2px;
}
.u-tab li.z-current {
    color: #005bac;
    background: 0 0;
    border-right: 1px solid #fff;
}
 .u-tab li {
    height: 115px;
    display: block;
    border-bottom: 1px solid #e6ebf5;
    border-right: 1px solid #e6ebf5;
    font-size: 18px;
    color: #666;
    font-weight: 700;
    overflow: hidden;
}

.u-tab li.z-current {
    font-weight: 700;
    color: #fff;
    background: #275caa;
}

.u-tab li {
    min-width: 80px;
    display: table-cell;
    line-height: 48px;
    border-right: 1px solid #cad9e6;
    cursor: pointer;
}
.index-news .u-tab-content {
    position: relative;
}

.icon {
      float: left;
    width: 19px;
    height: 16px;
    margin: 15px 4px;
}
.icon.icon-gsjj {
    background: url(../images/gsjj.png) no-repeat;
    background-size: 100% 100%;
}
.icon.icon-jrxw {
    background: url(../images/jrxw.png) no-repeat;
    background-size: 100% 100%;
}
.u-tab-content{
	 margin: 18px;
	
}
.u-tab-content .tab-sub{
	     text-indent: 0em;
    font-size: 17px;
    line-height: 38px;
	color:#333;
}
.u-tab-content .more{
	  float: right;
	   font-size: 15px;
	   color:#999999;
	   font-family:'微软雅黑';
}
.index-two{
	    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
	    height: auto;
}

#marquee2{
        height: auto;
    overflow: hidden;
}
.index-second {
    width: 95%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding-bottom: 0;
}
.index-second .u-tab {
    width: auto;
    float: none;
    height: 45px;
    line-height: 45px;
    border: 0;
    margin: 0 14px 10px;
    border-bottom: 2px solid #e6ebf5;
}
.index-second .u-tab ul {
    display: block;
}
.index-second .u-tab li.z-current {
    color: #275caa;
    background: 0 0;
    font-weight: 700;
    border-bottom: 2px solid #275caa;
}
.index-second .u-tab li {
    display: block;
    float: left;
    border-right: 0;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    font-size: 14px;
    padding: 0 2px;
}
.m-second li {
    line-height: 40px;
    overflow: hidden;
    *margin: 0 18px;
	    margin: 22px 0;
}
.m-second li i {
    border-radius: 0;
    background: #b2cde6;
    margin-top: 22.5px;
}

.m-second li i {
    width: 8px;
    height: 8px;
    background: #b2cde6;
    display: block;
    float: left;
    border-radius: 0%;
    margin-top: 12.5px;
}

.m-second li span {
    width: 68%;
}
.m-second li span {
    float: left;
    width: 92%;
    height: 96px;
    overflow: hidden;
    padding: 0 5px;
    text-indent: 0em;
    line-height:33px;
    font-size: 14px;
}
.img{
	float: none;
    margin-right: 0;
	position: relative;
}
.img img{
	width: 100%;
    border: 0;
    height: 171px;
    display: block;

}
.img p{
	background: rgba(0,0,0,.6);
    width: 100%;
    height:29px;
    line-height:29px;
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    box-sizing: border-box;
	 text-indent: 0em;
}

.hidden {
    display: none;
}
.index-secondr{
	    float: none;
    width: 95%;
    height: auto;
    padding-bottom: 0;
}

.index-secondr .u-tab {
    width: auto;
    float: none;
    height: 45px;
    line-height: 45px;
    border: 0;
    margin: 0 14px 10px;
    border-bottom: 2px solid #e6ebf5;
}
.index-secondr .u-tab ul {
    display: block;
}
.index-secondr .u-tab li.z-current {
    color: #275caa;
    background: 0 0;
    font-weight: 700;
    border-bottom: 2px solid #275caa;
	
}
.index-secondr .u-tab li {
    display: block;
    float: left;
    border-right: 0;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    font-size: 14px;
    padding: 0 2px;
}
.index-secondr .u-tab-content {
    position: relative;
}
.icon.icon-tzgg {
    background: url(../images/tzgg.png) no-repeat;
    background-size: 100% 100%;
}
.m-current li{
	 margin: 0 10px;
	 height: 69px;
}
.m-current li i {
    width: 8px;
    height: 8px;
    background: #b2cde6;
    display: block;
    float: left;
    border-radius: 0%;
    margin-top: 12.5px;
}
.m-current li i {
    border-radius: 0;
    background: #b2cde6;
    margin-top: 9.5px;
}
.m-current li span {
    float: left;
    width: 73%;
    height: 53px;
    overflow: hidden;
    padding-left: 8px;
    text-indent: 0em;
    line-height: 23px;
    font-size: 14px;
}
.m-current li .sj {
    width: 46px;
    height: 46px;
    background: url(../images/bt-sj-bg.png) no-repeat;
    background-size: 100% 100%;
	float:left;
	margin-right: 15px;
}
.m-current li .sj-ri {
        margin-top: 8px;
    height: 20px;
    line-height: 21px;
    font-size: 15px;
    text-align: center;
    width: 45px;
    color: #0d5ea0;
    text-indent: 0em;
    font-weight: 700;
}
.m-current li .sj-yue {
    height: 18px;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    width: 45px;
    color: #fff;
    text-indent: 0em;
    font-weight: 700;
}
.index-three {
    width: 95%;
    margin: 0 auto;
    margin-top: 0px;
}
.index-public .u-title1 {
    margin: 0 14px 14px;
}

.u-title1 {
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #e6ebf5;
    margin-bottom: 10px;
}
.u-title1 h3 {
    float: left;
    padding: 0 2px;
    border-bottom: 2px solid #275caa;
}

.u-title, .u-title1 h3 {
    color: #275caa;
    font-size: 14px;
    font-weight: 700;
}
.u-title1 .more {
    
    line-height: 33px;
    font-size: 12px;
    font-weight: 400;
    color: #666;
   color: #999999;
    font-family: '微软雅黑';
    float: right;
    border-radius: 2px;
    margin-top: 11.5px;
	margin-right: 10px;
}
.m-slide {
    height: auto;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.m-slide, .m-slide .index_banner {
    width: 100%;
    padding-bottom: 0px;
}
.m-slide .ban_bd {
    z-index: 0;
}
.m-slide .ban_bd, .m-slide .ban_bd li {
    position: relative;
}
.index-third .m-slide .ban_bd li {
    width: 100%;
    height: 142px;
	margin: 10px auto;
}
 .index-third .m-slide .ban_bd li img {
    width: 95%;
   
    margin: 0 auto;
}
.index-four{
	width: 95%;
    margin: 0 auto;
    margin-top: 0px;
}
.icon-ztzl{
	 background: url(../images/ztzl.png) no-repeat;
	 background-size: 100% 100%;
}
.index-fourth {
	    height:auto; 
	
}
.index-fourth .u-tab {
height: 21px;
    background: #fff;
    border: none;
    margin: auto;
    width: 368px;
    float: none;
	 
	
}
.index-fourth .u-tab li{
	   background: none;
	   border: none;
	   line-height: 20px;
	   font-size: 13px;
	   font-weight: 100; 
       margin: 0 14px;	   
	   text-align: center;
	   
}

.index-fourth .u-tab li.z-current{
	   background: none;
	   color: #275caa;
	   border-right: none;
	   line-height: 20px;
	   font-size: 13px;
	   font-weight: 700; 
         
}
.index-fourth .u-tab li.z-current a{
	   color: #275caa;
}
.index-fourth .tab-sub {
    position: relative;
	    margin: 20px;
}
.index-fourth .tab-sub img {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0px;
    text-indent: 0em;
}
.index-fourth .tab-sub .fourth-right {
    width: 100%;
    float: none;
    margin-top: 15px;
}
.index-fourth .tab-sub .fourth-right p {
    text-indent: 2em;
    line-height: 26px;
    text-align: justify;
    font-size: 13px;
}
.index-five {
	width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
.index-five li {
    width: 100%;
    height: auto;
    border: 1px solid #e6ebf5;
    background: #fff;
    float: left;
    margin-right: 0;
    padding: 20px ;
    box-sizing: border-box;
    margin: 10px auto;
}
.index-five li.last-li {
    margin-right: 0;
}
.index-five li .five-img {
    width: 100%;
    height: auto;
    position: relative;
}
.index-five li .five-img img {
    width: 100%;
    height: auto;
}
.index-five li .five-img .five-make {
    width: 318px;
    height: 145px;
    border: 1px solid #52a1e8;
    position: absolute;
    background: url(../images/img75.png) center center no-repeat rgba(0,0,0,.3);
    left: 0;
    top: 0;
    transition: all .3s cubic-bezier(.4,0,.2,1) 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.index-five li .five-img .five-make, .m-news-other.news-texts .news-date p {
    -webkit-transition: all .3s cubic-bezier(.4,0,.2,1) 0s;
    -moz-transition: all .3s cubic-bezier(.4,0,.2,1) 0s;
}
.index-five li h2 {
        font-size: 14px;
    height: 19px;
    overflow: hidden;
    font-weight: 700;
    margin: 14px 0;
    
}
.index-five li p {
 line-height: 23px;
    height: 50px;
    color: #999;
    overflow: hidden;
    font-size: 12px;
}
.index-five li:hover h2{
	color: #275caa;
}
.index-five li:hover .five-img .five-make {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.index-six{
	width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
.icon-ryzs{
	 background: url(../images/ryzs.png) no-repeat;
	 background-size: 100% 100%;
}
.index-six .teamwork .bd {
    overflow: hidden;
	width: 88%;
    margin: 0 auto;
	    margin-left: 39px;
}
.tempWrap{
    overflow:hidden; 
    position:relative; 
    width:1050px;
}
.index-six .teamwork .item {
    float: left;
    width: 160px;
    margin-bottom: 40px;
    display: block;
    position: relative;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.teamwork {
    position: relative;
}	
.teamwork .item a {
    display: block;
    position: relative;
    z-index: 3;
	line-height:159px;
	
	 
}
.teamwork .item img {
	
    vertical-align:middle;
    box-sizing: border-box;
    border: 2px solid #e5e5e5;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.index-six .prev {
  
    left: 2%;
}
.index-six .next {
   
    right: 2%;
}
.index-six .btn {
    width: 27px;
    height: 51px;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    margin-top: -43px;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}

.next {
    
    background: url(../images/iconr.png) no-repeat;
    display: inline-block;
	    background-size: 100% 100%;
}
.prev {
   
    background: url(../images/iconl.png) no-repeat;
    display: inline-block;
	    background-size: 100% 100%;
}
	
.m-foot {
    color: #b1d4f3;
    background: #005bac;
    padding-top: 15px;
    padding-bottom: 25px;
}
.f-in, .f-infoot, .f-inhead {
    margin: 0 auto;
}

.f-infoot, .f-inhead {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}	
.m-foot .foot-left {
    width: 776px;
    float: left;
    display:none;
}
.m-foot .foot-right {
    width: 373px;
    float: right;
    display:none;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.m-foot .foot-bottom {
   border-top: 0px solid #4d8dc5;
    margin-top:10px;
}
.m-foot .foot-title {
    line-height: 70px;
    border-bottom: 1px solid #4d8dc5;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
   
}
.m-foot .foot-a a {
    width: 248px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #b9d3ea;
    float: left;
	    margin-right: 10px;
}
.m-foot .foot-right p {
    color: #b9d3ea;
    margin: 22px 0 15px;
    display: block;
}
.m-foot .foot-img .foot-ewm {
    float: left;
    margin: 0 35px;
}
.m-foot .foot-img img {
    width: 100px;
    height: 100px;
}
.m-foot .foot-img h5 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
}
.m-foot .foot-link {
    margin: 25px 0 10px;
    text-align: center;
}

.m-foot, .m-foot .foot-link {
    width: 100%;
    overflow: hidden;
}
.m-foot .foot-bottom p {
    text-align: center;
    margin-bottom: 10px;
      margin: 12px;
}
.g-banner-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.g-banner-img img {
    width: 100%;
    height: auto;
}
.g-banner-img img, .g-banner-index .m-slide {
    position: relative;
    margin-left: 0px;
    left: 0;
}
.g-mid {
    margin-top: 10px;
}
.f-in {
    width: 100%;
}

.f-in, .f-infoot, .f-inhead {
    margin: 0 auto;
}
.m-side {
    width: 300px;
    float: left;
    background: #fff;
    margin-bottom: 70px;
    display: none;
}
.m-side .title {
    height: 110px;
    background: url(../images/img4.png) no-repeat;
    padding-left: 38px;
    padding-top: 25px;
    box-sizing: border-box;
}
.m-side .title h1 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}
.m-side .title p {
    font-size: 24px;
    line-height: 1;
    font-family: Impact;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
}
.m-side .side-ul li.z-current1, .m-side .side-ul li.z-current2, .m-side .side-ul li:hover {
    border-left: 3px solid #275caa;
}
.m-side .side-ul li {
    border-left: 3px solid #fff;
    border-bottom: 1px solid #e5e5e5;
}
.m-side .side-ul li.z-current2>a {
    color: #275caa;
    background: #edf5fc;
    border-bottom: 1px dashed #e7f1fb;
}
.m-side .side-ul li a {
    display: block;
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    padding: 0 35px;
}
.m-side .side-ul li a:hover{background:#edf5fc}
.m-side .side-ul li.z-current2>a i {
    display: block;
    background: url(../images/img5h1.png) no-repeat;
}
.m-side .side-ul li a:hover i{display:block}
.m-side .side-ul li .u-round {
    width: 26px;
    height: 26px;
    background: url(../images/img5.png) no-repeat;
}
.m-side .side-ul li a i {
    float: right;
    margin: 18px 0 0;
}
.m-side .side-ul li a:hover{color:#275caa;background:0 0}
.g-right-cont {
    width: 95%;
    float: none;
    margin: 0 auto;
}
.m-crumb {
    border-bottom: 2px solid #dededf;
    height: 45px;
    line-height: 45px;
}
.m-crumb .title {
    font-weight: 700;
    line-height: 45px;
    float: left;
}

.m-crumb .title, .m-slide .pageState span {
    font-size: 15px;
    color: #275caa;
}
.m-crumb .crumb-link {
    color: #888;
    float: right;
    display: none;
}
.m-crumb .crumb-link a {
    color: #888;
    margin: 0 5px;
}
.m-group .group-intro {
    line-height: 30px;
    margin-bottom: 70px;
    margin-top: 30px;
}
.m-group .group-intro p {
    margin-bottom: 25px;
}
.m-news-other.news-texts li {
    margin: 35px 0;
    border-bottom: 1px solid #c5c5c5;
}
.m-news-other li {
    margin: 30px 18px 0;
    overflow: hidden;
    border-bottom: 1px solid #dededf;
    padding-bottom: 30px;
}
.m-news-other.news-texts .news-date {
     width: 60px;
    height: 60px;
    border: 1px solid #bfd4e9;
    float: left;
    margin-right: 12px;
    font-family: arial;
    color: #6198e2;
    background: #fff;
    text-align: center;
    transition: all .3s cubic-bezier(.4,0,.2,1) 0s;
}
.m-head .head-search input, .m-news-other.news-texts .news-date {
    -webkit-transition: all .3s cubic-bezier(.4,0,.2,1) 0s;
    -moz-transition: all .3s cubic-bezier(.4,0,.2,1) 0s;
}
.m-news-other.news-texts .news-date b {
       height: 33px;
    line-height: 33px;
    font-size: 20px;
}

b {
    font-weight: bold;
}
.m-news-other.news-texts .news-date p {
    font-size: 12px;
    margin: 0 5px;
    height: 26px;
    line-height: 26px;
    color: #6198e2;
    background: #fff;
    border-top: 1px solid #dfe7f3;
    transition: all .3s cubic-bezier(.4,0,.2,1) 0s;
	    overflow: hidden;
}


.m-news-other.news-texts li h2 {
    height: 22px;
    line-height: 22px;
    margin-bottom: 8px;
    margin-top: 0;
}
.m-news-other li h2 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
}
.m-news-other.news-texts li:hover h2 a {
	color:#275caa}
.m-news-other.news-texts li:hover .news-date {
	border:1px solid #275caa;
	background:#275caa;
	color:#fff}
.m-news-other.news-texts li:hover .news-date p {
	color:#fff;
	background:#275caa}
	.m-pages {
    text-align: center;
    margin: 50px auto;
    display: table;
    color: #333;
}
.m-pages li {
    width: 50px;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    background: #fff;
    border-radius: 3px;
    position: relative;
    list-style: none;
    padding-bottom: 0px;
}

.m-pages li, .m-pages input {
    margin: 0 3px;
    height: 50px;
    float: left;
}

.m-pages .next i, .m-pages .prev i {
    font-size: 20px;
    font-weight: 700;
}
.m-pages .next:hover, .m-pages .prev:hover, .m-pages li.thisclass, .m-pages li:hover {
    background: #275caa;
    border: 1px solid #275caa;
        color: #fff;
}
.m-pages span {
    line-height: 28px;
    float: left;
    padding: 0 5px;
}
.m-pages input {
    padding: 0 5px;
    width: 25px;
    line-height: 28px\9;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}
.m-pages a.thisclass, .m-pages a:hover {
    color: #fff;
}
.m-news_content {
    margin: 20px 18px 50px;
}
.m-news_content h1 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0 20px;
    line-height: 35px;
}
.m-news_content .news-title-lists {
    border-bottom: 1px solid #dededf;
}
.m-news_content .news-author, .m-news_content .news-data, .m-news_content .news-share {
    float: left;
    text-align: left;
    font-size: 14px;
    color: #3a81c8;
    line-height: 40px;
    margin-right: 12px;
}
.news-text img{
     width: 100%;
}
.m-news_content .news-share {
    float: right;
    text-align: right;
    margin-right: 0;
}
.m-news_content .news-text {
    overflow: hidden;
    font-size: 14px;
    margin-top: 20px;
    line-height: 2;
}
.m-news_content .news-text p {
    margin-bottom: 20px;
    text-indent: 2em;
}
.m-news_content .news-text .news-pages {
    padding: 20px 0 5px;
}
.m-news_content .news-text .news-pages a {
    height: 50px;
    line-height: 50px;
    color: #275caa;
    padding: 0 25px;
    display: block;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #e6ebf5;
    border-radius: 5px;
}
.m-news_content .news-text a {
    color: #275caa;
}
.nav ul .z-select a{
    font-weight: 700;
    color: #275caa;
    border-bottom: 2px solid #275caa;
    display: block;
}
.g-fixed.z-fixed {
    position: fixed;
    top: 50%;
    margin-top: -145px;
}

.g-fixed {
    width: 117px;
    height: 209px;
    position: absolute;
    top: 700px;
    left: 50%;
    background: #fff;
    border: 1px solid #91c7f8;
    z-index: 99999;
    margin: 0 0 0 620px;
    display: none;
}
.g-fixed .fixed-title {
    width: 67px;
    height: 41px;
    position: absolute;
    left: 24.5px;
    top: -39px;
}
.g-fixed a {
    display: block;
    margin-top: 18px;
}

.g-fixed .a-img {
    width: 50px;
    height: 50px;
    background: #d8ebfa;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
}
.g-fixed .first-a .a-img img {
    margin-top: 12px;
}

.g-fixed .a-img img {
    display: inline-block;
    margin-top: 15px;
}
.g-fixed p {
    font-size: 12px;
    color: #005bac;
    text-align: center;
    margin-top: 5px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.m-group .group-intro img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.piclist {
    width: 100%;
}
.piclist .item {
    width: 251px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    margin: 17px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    background: #fff;
}
.piclist .item a, .piclist .item img {
    margin: 0 auto;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.piclist .item img {
    height: 157px;
}
.piclist .item h3 {
    color: #333;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    width: 100%;
    text-align: center;
    height: 42px;
   
}
.foots span{
    margin-right: 15px;
}
.foots ul li{
   display: inline-block;
    color:#b9d3ea;
    margin: 0 6px;
}
.foots .z-current{
    
    color: #fff;
    
}
.foot-a .tab-sub {
    text-indent:0; 
    font-size: 14px;
    line-height: 38px;
    color: #333;
}

.index-link-a {
     color: #ff0000;
    font-size: 14px;
    height: 20px;
    line-height: 25px;
    overflow: hidden;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 5px 0;


}
}
